-
-
Notifications
You must be signed in to change notification settings - Fork 836
feat: add @stdlib/assert/is-nonpositive-finite
#1396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👋 Hi there! 👋
And thank you for opening your first pull request! We will review it shortly. 🏃 💨
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution! Fixed a bunch of small code style issues, but otherwise this should be ready to land. Will merge once CI has passed.
lib/node_modules/@stdlib/assert/is-nonpositive-finite/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/assert/is-nonpositive-finite/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/assert/is-nonpositive-finite/examples/index.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/assert/is-nonpositive-finite/docs/types/test.ts
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/assert/is-nonpositive-finite/docs/types/test.ts
Show resolved
Hide resolved
lib/node_modules/@stdlib/assert/is-nonpositive-finite/lib/object.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/assert/is-nonpositive-finite/lib/object.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/assert/is-nonpositive-finite/lib/primitive.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/assert/is-nonpositive-finite/lib/primitive.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/assert/is-nonpositive-finite/lib/primitive.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
Thank you sir for the suggestions. |
Resolves #1343
Description
This pull request:
Related Issues
#1343
This pull request:
Questions
No.
Other
Tests


Benchmarks

Examples

Checklist
@stdlib-js/reviewers